home *** CD-ROM | disk | FTP | other *** search
/ The Microsoft Windows 95 Recource Kit Utilities / Recouce Kit Utilities.iso / rkutil / changecp.inf < prev    next >
INI File  |  1995-10-12  |  4KB  |  150 lines

  1. ; changecp.INF
  2.  
  3. ; This is the Setup information file to install the animated cursor editor
  4.  
  5. ; Copyright (c) 1993-1995 Microsoft Corporation
  6.  
  7.  
  8. [version]
  9. LayoutFile=rklayout.inf
  10. signature="$CHICAGO$"
  11. SetupClass=BASE
  12.  
  13. [DestinationDirs]
  14. Register.Copy    = 17    ; LDID_INF
  15. rklayout.copy = 17     ;  LDID_INF
  16. changecpCopyFiles = 24,%OEM_PROGRAMF%\%OEM_RESOURCE%\%changecp%    ; LDID_APPS\Program Files\Resource Kit
  17.  
  18. [Optional Components]
  19. changecp
  20.  
  21. [changecp]
  22. OptionDesc  = %changecp_Desc%
  23. Tip         = %changecp_TIP%
  24. CopyFiles   = changecpCopyFiles, Register.Copy, rklayout.copy
  25. AddReg      = changecpReg, changecp.install.reg, Register.AddReg
  26. InstallType = 0            ;Manual only
  27. IconIndex   = 50            ;Default (diamond) mini-icon for dialogs
  28. Uninstall   = changecp_remove
  29.  
  30.  
  31. [changecp_remove]
  32. DelFiles    = changecpCopyFiles, Register.Copy
  33. DelReg      = UnRegister.DelReg
  34.  
  35.  
  36. [rklayout.copy]
  37. rklayout.inf
  38.  
  39. [Register.Copy]
  40. changecp.inf
  41.  
  42. [changecpCopyFiles]
  43. changecp.exe
  44. changecp.txt
  45. 1251.BIN
  46. 1252.BIN
  47. 1253.BIN
  48. 737.dat
  49. 850.dat
  50. 855.dat
  51. 860.dat
  52. 861.dat
  53. 862.dat
  54. 863.dat
  55. 865.dat
  56. 866.dat
  57. 869.dat
  58. APP737.fon
  59. APP850.fon
  60. APP855.fon
  61. APP860.fon
  62. APP861.fon
  63. APP863.fon
  64. APP865.fon
  65. APP866.fon
  66. APP869.fon
  67. baltic.dat
  68. cp_1251.nls
  69. cp_1252.nls
  70. cp_1253.nls
  71. cp_437.nls
  72. cp_737.nls
  73. cp_850.nls
  74. cp_852.nls
  75. cp_855.nls
  76. cp_860.nls
  77. cp_861.nls
  78. cp_863.nls
  79. cp_865.nls
  80. cp_866.nls
  81. cp_869.nls
  82. dosapp.fon
  83. ega.cpi
  84. ega2.cpi
  85. ega3.cpi
  86. vga737.fon
  87. vga850.fon
  88. vga855.fon
  89. vga860.fon
  90. vga861.fon
  91. vga863.fon
  92. vga865.fon
  93. vga866.fon
  94. vga869.fon
  95. vgaoem.fon
  96. xlat737.bin
  97. xlat850.bin
  98. xlat855.bin
  99. xlat860.bin
  100. xlat861.bin
  101. xlat863.bin
  102. xlat865.bin
  103. xlat866.bin
  104. xlat869.bin
  105.  
  106. [Register.AddReg]
  107. ;Create entries for Maint Mode Setup
  108. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\changecp,DisplayName,,%uninstall_Desc%
  109. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\changecp,UninstallString,,"RunDll setupx.dll,InstallHinfSection changecp_Remove 4 changecp.INF"
  110.  
  111. [UnRegister.DelReg]
  112. ;Remove entries for Maint Mode Setup
  113. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\changecp
  114.  
  115. [changecpReg]
  116. ; create the long-name for "Program Files"
  117. ; Note that when you rename a long name, VFAT changes the short name from
  118. ; foobar~1 to foobar~2.  To avoid this, we introduce a work around in the form of
  119. ; an intermediate rename
  120. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\AppFilesRoot,,,%24%
  121. ;HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\AppFilesRoot,%OLD_PROGRAMF%,,"%Old_Program_Files%" ; review - leave in for M8
  122. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\AppFilesRoot,%PROGRAMF%,,!$!$!$!$.$!$
  123. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\AppFilesRoot,!$!$!$!$.$!$,,"%Program_Files%,1"
  124. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\AppFiles,,,"%24%\%PROGRAMF%"
  125. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\AppFiles,%RESOURCE%,,!$!$!$!$.$!$
  126. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\AppFiles,!$!$!$!$.$!$,,"%ResourceKit%,1"
  127.  
  128.  
  129.  
  130. [Strings]
  131. RKTOOLS_DESC   = "Resource Kit"
  132. changecp = "ChangeCP"
  133. changecp_Desc    = "ChangeCP - Console Code Page Changer"
  134. uninstall_Desc    = "ChangeCP - Console Code Page Changer"
  135. changecp_TIP     = "CHANGECP allows you to change the code page used for MS-DOS-based applications and the MS-DOS prompt."
  136. DSK = "Windows 95 Resource Kit"
  137.  
  138.  
  139.  
  140. ; Directory names - note that that short versions must match the truncated
  141. ; 8 char names for the long versions, or else there will be problems.
  142. ; also need to put the short versions in the [DestinationDirs] section above
  143. ; Used by wordpad, hypertrm, backup, paint, & MSN
  144. Program_Files    = "Programme"         ; changed for the German version of Windows 95
  145. PROGRAMF         = "Progra~1"          ; first 6 chars of Program_Files, + "~1"
  146. OEM_PROGRAMF     = "Progra~1"          ; first 6 chars of Program_Files, + "~1" - in OEM codepage (not Ansi)
  147. ResourceKit      = "Resource Kit"
  148. RESOURCE         = "Resour~1"          ; first 6 chars of Resource Kit, + "~1"
  149. OEM_RESOURCE     = "Resour~1"          ; first 6 chars of Resource Kit, + "~1"  - in OEM codepage (not Ansi)
  150.